Python Learning Game - Control Statements
Question
1
of 26
What is the output of the following code? for i in range(3): print(i)
0 1 2
1 2 3
0 1 2 3
SyntaxError
Next Question
Scores:
Reattempt